home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / chip-cd_2005_05.zip / 05 / Narzedzia systemowe / UltimateZip 3.0.2 / uzsetup.exe / install_script.iss
Text File  |  2005-03-23  |  9KB  |  147 lines

  1. ;InnoSetupVersion=4.2.1
  2.  
  3. [Setup]
  4. AppName=UltimateZip 3.0
  5. AppVerName=UltimateZip 3.0.2
  6. AppId=UltimateZip 3.0
  7. AppVersion=3.0.2
  8. AppPublisher=SWE von Schleusen
  9. AppPublisherURL=http://www.ultimatezip.com
  10. AppSupportURL=http://www.ultimatezip.com
  11. AppUpdatesURL=http://www.ultimatezip.com
  12. DefaultDirName={pf}\UltimateZip
  13. DefaultGroupName=UltimateZip
  14. UninstallDisplayIcon={app}\uzip.exe
  15. OutputBaseFilename=uzsetup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\cabinet.dll"; DestDir: "{app}"; 
  25. Source: "{app}\unrar3.dll"; DestDir: "{app}"; 
  26. Source: "{app}\unacev2.dll"; DestDir: "{app}"; 
  27. Source: "{app}\libbz2.dll"; DestDir: "{app}"; 
  28. Source: "{app}\uzshlex.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  29. Source: "{app}\uzshldr.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  30. Source: "{app}\context.bmp"; DestDir: "{app}"; 
  31. Source: "{app}\uzip.exe"; DestDir: "{app}"; 
  32. Source: "{app}\uzsfx.exe"; DestDir: "{app}"; 
  33. Source: "{app}\uzshl.exe"; DestDir: "{app}"; 
  34. Source: "{app}\uzqkst.exe"; DestDir: "{app}"; 
  35. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  36. Source: "{app}\license.txt"; DestDir: "{app}"; 
  37. Source: "{app}\ultimatezip.chm"; DestDir: "{app}"; 
  38. Source: "{app}\sfx\uz_ace.sfx"; DestDir: "{app}\sfx"; 
  39. Source: "{app}\sfx\uz_arj.sfx"; DestDir: "{app}\sfx"; 
  40. Source: "{app}\sfx\uz_bh.sfx"; DestDir: "{app}\sfx"; 
  41. Source: "{app}\sfx\uz_lha.sfx"; DestDir: "{app}\sfx"; 
  42. Source: "{app}\sfx\uz_rar.sfx"; DestDir: "{app}\sfx"; 
  43. Source: "{app}\uz_zip_us.sfx"; DestDir: "{app}"; 
  44. Source: "{app}\uz_zip_de.sfx"; DestDir: "{app}"; 
  45. Source: "{app}\uz_zip_fr.sfx"; DestDir: "{app}"; 
  46. Source: "{app}\skins\UltimateZip.bmp"; DestDir: "{app}\skins"; 
  47. Source: "{app}\skins\Zon3.net (Lime Edition v01).bmp"; DestDir: "{app}\skins"; 
  48. Source: "{app}\skins\UltimateZip Small (16x16).bmp"; DestDir: "{app}\skins"; 
  49. Source: "{app}\skins\Win XP.bmp"; DestDir: "{app}\skins"; 
  50. Source: "{app}\skins\Zon3.net.bmp"; DestDir: "{app}\skins"; 
  51. Source: "{app}\icons\ace.ico"; DestDir: "{app}\icons"; 
  52. Source: "{app}\icons\arc.ico"; DestDir: "{app}\icons"; 
  53. Source: "{app}\icons\arj.ico"; DestDir: "{app}\icons"; 
  54. Source: "{app}\icons\bh.ico"; DestDir: "{app}\icons"; 
  55. Source: "{app}\icons\bzip.ico"; DestDir: "{app}\icons"; 
  56. Source: "{app}\icons\cab.ico"; DestDir: "{app}\icons"; 
  57. Source: "{app}\icons\gzip.ico"; DestDir: "{app}\icons"; 
  58. Source: "{app}\icons\jar.ico"; DestDir: "{app}\icons"; 
  59. Source: "{app}\icons\lha.ico"; DestDir: "{app}\icons"; 
  60. Source: "{app}\icons\pk3.ico"; DestDir: "{app}\icons"; 
  61. Source: "{app}\icons\rar.ico"; DestDir: "{app}\icons"; 
  62. Source: "{app}\icons\tar.ico"; DestDir: "{app}\icons"; 
  63. Source: "{app}\icons\uzb.ico"; DestDir: "{app}\icons"; 
  64. Source: "{app}\icons\uze.ico"; DestDir: "{app}\icons"; 
  65. Source: "{app}\icons\uzicon.ico"; DestDir: "{app}\icons"; 
  66. Source: "{app}\icons\zip.ico"; DestDir: "{app}\icons"; 
  67. Source: "{app}\icons\zoo.ico"; DestDir: "{app}\icons"; 
  68. Source: "{group}\Visit UltimateZip's Web Site.url"; DestDir: "{group}"; 
  69.  
  70. [Registry]
  71. Root: HKCU; Subkey: "Software\SWE von Schleusen"; Flags: uninsdeletekeyifempty 
  72. Root: HKCU; Subkey: "Software\SWE von Schleusen\UltimateZip"; Flags: uninsdeletekey 
  73. Root: HKCU; Subkey: "Software\SWE von Schleusen\UltimateZip\Main"; ValueName: "AppPath"; ValueType: String; ValueData: "{app}\uzip.exe"; 
  74. Root: HKCR; Subkey: "UltimateZip"; ValueType: String; ValueData: "UltimateZip File"; Flags: uninsdeletekey dontcreatekey 
  75. Root: HKCR; Subkey: ".ace"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  76. Root: HKCR; Subkey: ".arc"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  77. Root: HKCR; Subkey: ".arj"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  78. Root: HKCR; Subkey: ".bh"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  79. Root: HKCR; Subkey: ".cab"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  80. Root: HKCR; Subkey: ".enc"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  81. Root: HKCR; Subkey: ".gz"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  82. Root: HKCR; Subkey: ".ha"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  83. Root: HKCR; Subkey: ".jar"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  84. Root: HKCR; Subkey: ".lha"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  85. Root: HKCR; Subkey: ".lzh"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  86. Root: HKCR; Subkey: ".pak"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  87. Root: HKCR; Subkey: ".pk3"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  88. Root: HKCR; Subkey: ".pk_"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  89. Root: HKCR; Subkey: ".rar"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  90. Root: HKCR; Subkey: ".tar"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  91. Root: HKCR; Subkey: ".tgz"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  92. Root: HKCR; Subkey: ".uu"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  93. Root: HKCR; Subkey: ".uue"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  94. Root: HKCR; Subkey: ".xxe"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  95. Root: HKCR; Subkey: ".z"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  96. Root: HKCR; Subkey: ".zip"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  97. Root: HKCR; Subkey: ".zoo"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  98. Root: HKCR; Subkey: ".uze"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  99. Root: HKCR; Subkey: ".uzb"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  100. Root: HKCR; Subkey: ".bz2"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  101. Root: HKCR; Subkey: ".tbz2"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  102. Root: HKCR; Subkey: ".bz"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  103. Root: HKCR; Subkey: ".tbz"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  104. Root: HKCR; Subkey: ".ear"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  105. Root: HKCR; Subkey: ".war"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  106. Root: HKCR; Subkey: ".wsz"; ValueType: String; ValueData: "UltimateZip"; Flags: uninsdeletekey dontcreatekey 
  107.  
  108. [Run]
  109. Filename: "{app}\readme.txt"; Description: "&View ReadMe file"; Flags: shellexec postinstall skipifsilent 
  110. Filename: "{app}\uzip.exe"; Description: "&Launch UltimateZip"; Flags: postinstall skipifsilent nowait
  111. Filename: "{app}\uzqkst.exe"; Flags: skipifsilent nowait
  112.  
  113. [Icons]
  114. Name: "{group}\UltimateZip"; Filename: "{app}\uzip.exe"; 
  115. Name: "{group}\UltimateZip Self-Extractor"; Filename: "{app}\uzsfx.exe"; 
  116. Name: "{group}\UltimateZip Quick Start"; Filename: "{app}\uzqkst.exe"; 
  117. Name: "{group}\ReadMe.txt"; Filename: "{app}\readme.txt"; 
  118. Name: "{group}\UltimateZip Help"; Filename: "{app}\ultimatezip.chm"; 
  119. Name: "{group}\Uninstall UltimateZip"; Filename: "{app}\unins000.exe"; 
  120. Name: "{userstartup}\UltimateZip Quick Start"; Filename: "{app}\uzqkst.exe"; 
  121. Name: "{userdesktop}\UltimateZip"; Filename: "{app}\uzip.exe"; Tasks: desktopicon; 
  122. Name: "{userstartmenu}\UltimateZip"; Filename: "{app}\uzip.exe"; Tasks: startmenuicon; 
  123. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\UltimateZip"; Filename: "{app}\uzip.exe"; Tasks: quicklaunchicon; 
  124.  
  125. [Tasks]
  126. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  127. Name: "startmenuicon"; Description: "Create a &Startmenu icon"; GroupDescription: "Additional icons:"; 
  128. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  129.  
  130. [UninstallDelete]
  131. Type: files; Name: "{app}\fafolders.ini"; 
  132.  
  133. [CustomMessages]
  134. default.AdditionalIcons=Additional icons:
  135. default.CreateDesktopIcon=Create a &desktop icon
  136. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  137. default.ProgramOnTheWeb=%1 on the Web
  138. default.UninstallProgram=Uninstall %1
  139. default.LaunchProgram=Launch %1
  140. default.AssocFileExtension=&Associate %1 with the %2 file extension
  141. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  142.  
  143. [Languages]
  144. ; These files are stubs
  145. ; To achieve better results after recompilation, use the real language files
  146. Name: "default"; MessagesFile: "embedded\default.isl"; 
  147.